projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8ce3d1
)
Revert last change, committed by mistake.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 2 Mar 2009 09:01:54 +0000
(09:01 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 2 Mar 2009 09:01:54 +0000
(09:01 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index f7b8fac3dc78a3946f01d7ac378d8b8306287c12..ccbf09b75ea85256aa7e52bd60cbc9ee9d66ce32 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2239,8
+2239,7
@@
in which C preprocessor directives are used. e.g. `asm-mode' and
"\\)\\)\\>"
;; Any whitespace and defined object.
"[ \t'\(]*"
- "\\(setf[ \t]+\\sw+\\|\\sw+\\)?"
- "[ \t)]*")
+ "\\(setf[ \t]+\\sw+)\\|\\sw+\\)?")
(1 font-lock-keyword-face)
(9 (cond ((match-beginning 3) font-lock-function-name-face)
((match-beginning 6) font-lock-variable-name-face)